|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |

The CaPoNe
|
Posted - 2007.06.08 06:35:00 -
[1]
hmm i got problems with the first encode batch file, havent checked the other batch files atm moment will do it later. here the fixed bat which then worked for me ,remeber it only the first encode bat, i removed alot of "../".
Quote: echo off echo Encoding audio using 2-pass AAC-LC at 128000 bits per second. "neroAacEnc.exe" -2pass -br 128000 -lc -if "Input/audio.wav" -of "Current Encode/audio.m4a" echo Muxing video and audio. "mkvmerge.exe" -o "Output\video.mkv" --language 1:eng --default-track 1:yes -d 1 -A -S "Current Encode\video.mkv" -a 1 -D -S "Current Encode\audio.m4a" --track-order 0:1,1:1 echo ENCODING DONE! Your file can be found in the Output folder, assuming echo no errors occurred. echo When you hit Enter, the temporary files in the Current Encode folder echo will be deleted. pause del "Current Encode\video.mkv" del "Current Encode\audio.m4a"
i played with staxrip, too. only problem with i got the --aq-strengh option even with the newest x264 exe with aq-patch staxrip crashed all the time. :/ but with AE highprofile 1280x1024@1500kbit/s i could reduce my farewell movie 100mb :) without noticeble quali. loss that impressive :)
thx alot Dark Shiraki for ur effort . maybe i will code a small gui for us ;) im a lover of 1 click tools ;) _________________________________________________ Best Regards The CaPoNe Http://happydt.chill.to |

The CaPoNe
|
Posted - 2007.06.11 08:18:00 -
[2]
Originally by: Dark Shikari Thanks a ton to The CaPoNe for putting in hours of work on this thing and finally getting it to work smoothly and simply.
I want to thank Dark Shikari too. he Spend hour's of testing in this tool :)
I hope this tool can be useful. _________________________________________________ Best Regards The CaPoNe Http://happydt.chill.to |

The CaPoNe
|
Posted - 2007.06.12 20:11:00 -
[3]
Important update. v2.01 build 1025
found a nasty bug at saving :/
Download this exe ,extract it in the install dir, and delete the Codec.hrs. Then restart the exe. After this the update is completed.
Sry for this. DS will upgrade the setup exe soon (TM) ;) _________________________________________________ Best Regards The CaPoNe Http://happydt.chill.to |

The CaPoNe
|
Posted - 2007.06.19 13:00:00 -
[4]
Edited by: The CaPoNe on 19/06/2007 13:00:44 H.264 AutoEncoder v2.1.0 is ready :). Damn to this 24h Downtime ;). Just waiting DS come online and test my GUI :)
_________________________________________________ Best Regards The CaPoNe Http://happydt.chill.to |

The CaPoNe
|
Posted - 2007.06.23 04:10:00 -
[5]
Originally by: Chronus26 Edited by: Chronus26 on 23/06/2007 00:09:51 Here are the debug files and the .mkv
thats rly wierd :(. latest avisynth installed? _________________________________________________ Best Regards The CaPoNe Http://happydt.chill.to |

The CaPoNe
|
Posted - 2007.06.24 15:23:00 -
[6]
Originally by: Omega Man I wondered what program you are using to re-encode...
maybe with this Tool _________________________________________________ Best Regards The CaPoNe Http://happydt.chill.to |

The CaPoNe
|
Posted - 2007.06.30 11:47:00 -
[7]
@nightmare: rename the directory where u have ur autoencoder installed. something like c:\autoencoder .
in ur picture i see u have tons of space in the directory name.
when i got home i will check the batch scripting routine. it for sure not darks fault :) he just give me the scripts and i coded the tool so its my fault maybe ;)
_____________________________________________________________________________________________________ Best Regards The CaPoNe Http://happydt.chill.to |

The CaPoNe
|
Posted - 2007.06.30 12:41:00 -
[8]
Edited by: The CaPoNe on 30/06/2007 12:43:13 hmmm. try to add a pause before the extracting of the audio.
Quote:
echo ------------------------- echo Encoding the Video. echo ------------------------------ "C:\H 2 6 4 Auto Encoder\tools\x264enc.exe" [huge command]...\read_file.avs" echo --------------------------------------- pause <- add it here. cd "C:\H 2 6 4 Auto Encoder\Tools\VirtualDub"
seems the pc is to fast, so that the directory change fails and virtual dub cant find the temp.avs
if this helps, i will code a small wait command so that the enduser dont need press the button.
_____________________________________________________________________________________________________ Best Regards The CaPoNe Http://happydt.chill.to |

The CaPoNe
|
Posted - 2007.06.30 12:58:00 -
[9]

make a pic of the tool which settings u choosed.
so i can try to recreate ur error.
thx _____________________________________________________________________________________________________ Best Regards The CaPoNe Http://happydt.chill.to |

The CaPoNe
|
Posted - 2007.07.26 20:51:00 -
[10]
Edited by: The CaPoNe on 26/07/2007 20:52:57 try this. I hope it the right plug in :)
http://neuron2.net/www.math.berkeley.edu/benrg/avisynth-premiere.html
Here my latest build. I have no time at the mom to finish it. so its rly beta ;) there is a option " Create Avs file " it create a avs file in the dest. dir, so u are able import them with plug in.
Known issues. -the low speed mode its bugged. - if the sound is not the real wanted audio search for *.wav and *.mp4 files and delete them, and retry.
http://dl.eve-files.com/media/0707/AutoEncoder.build.1033.zip
latest x264(32bit): http://mirror05.x264.nl/Cef/force.php?file=./x264_x86_r667b.7z (open with Winrar for e.g.) extract it in autoencoder tools dir and rename it to x264enc.exe ( delete previous version )
hope it helps.
_____________________________________________________________________________________________________ Best Regards The CaPoNe Http://happydt.chill.to |
|

The CaPoNe
|
Posted - 2007.07.27 12:16:00 -
[11]
open the created avs file with notepad ( or any text editor ) then it should contains smt like this :
Quote: DirectShowSource("F:\InetDown\farewell.wmv")
replace 'F:\InetDown\farewell.wmv' with your wanted path to ur video. _____________________________________________________________________________________________________ Best Regards The CaPoNe Http://happydt.chill.to |

The CaPoNe
Evolution Band of Brothers
|
Posted - 2007.09.05 20:59:00 -
[12]
Originally by: Mikero Stan Edited by: Mikero Stan on 03/09/2007 20:44:40 --------------------------------------------------------------------------------
Extracting audio --------------------------------------------------------------------------------
VirtualDub CLI Video Processor Version 1.7.1 (build 27021/release) for 80x86 Copyright (C) Avery Lee 1998-2007. Licensed under GNU General Public License
Cannot open file "temp.avs": The system cannot find the file specified. --------------------------------------------------------------------------------
Hmm im noticed it some times too. I cant really reproduce this error, but it happens :>
I will take a closer look and get in touch with Dark Shikari to push a new version.
Maybe i will release the Source Code too, to fix and improve my messy code :) by other skilled Delphi coders. :)
_____________________________________________________________________________________________________ Best Regards The CaPoNe Http://happydt.chill.to
|
|
|
|